バージョン

InsertRange メソッド

指定されたインデックスでコレクションにコレクションの要素を挿入します。
シンタックス
'宣言
 
Public Overrides Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of T) _
) 
public override void InsertRange( 
   int index,
   IEnumerable<T> collection
)

パラメータ

index
新しい要素を挿入する 0 から始まるインデックス。
collection
要素を List に挿入する必要があるコレクション。コレクション自体は null にできませんが、タイプ T が参照タイプである場合、null である要素を含むことができます。
参照